home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / txl / txl.lha / Index < prev   
Text File  |  1993-07-19  |  3KB  |  66 lines

  1. TXL 6.0, (c) 1988-1992 Queen's University at Kingston
  2.  
  3. This directory contains release 6.0 of TXL, the Tree Transformation Language,
  4. for Unix-like systems with an ANSI standard C compiler.  These
  5. instructions are for people who wish to retrieve TXL by mail.
  6.  
  7.  
  8. Distribution of TXL has changed to fully portable ANSI C sources only, 
  9. which you must compile yourself on your system using the Makefile provided.
  10. Binaries for specific machines are no longer provided since they are
  11. too big, and original Turing Plus source is provided only on request.
  12.  
  13. The following files are available:
  14.  
  15.   00README        (ascii)    
  16.       This file.
  17.  
  18.   ABSTRACT      (ascii)    
  19.       A short description of what TXL is and what it is good for.
  20.  
  21.   PROBLEMS      (ascii)    
  22.       A list of known installation problems and what to do about them.
  23.       NeXT and DEC workstation users should be sure to read this.
  24.  
  25.   Contrib    (directory)
  26.       Various unsupported TXL user contributions, in particular 
  27.       TXL grammars for C++ V1.0 and Modula II.
  28.  
  29.   TXL6.0.tar.Z   (binary)   
  30.       A compressed Unix tar image of the TXL 6.0 release for any 
  31.       Unix-like system, with fully portable ANSI C source automatically 
  32.       translated from the Turing Plus original.
  33.  
  34.   TXL6.0.tar.Z.part?of6   (binary)   
  35.       The compressed tar image of the TXL 6.0 release split into six 
  36.       parts for sites where ftp is not reliable enough to fetch it 
  37.       in one piece.
  38.  
  39. To set up TXL at your site, first fetch and read the ABSTRACT to see 
  40. if you are really interested.  Send mail to
  41. "archive-server@qucis.queensu.ca" containing the line 
  42. "send txl ABSTRACT" 
  43.  
  44. If you decide you are interested, fetch TXL6.0.tar.Z.  Send
  45. mail to "archive-server@qucis.queensu.ca" containing the line
  46. "send txl TXL6.0.tar.Z").  The file will be uuencoded, split
  47. apart, and sent to you in pieces.  Save each part to a file, and
  48. remove the lines up to and including the first "-- cut here --"
  49. in each part, and the lines following and including the last 
  50. "-- cut here --" in each part.
  51.  
  52. Then concatenate the parts and run them through uudecode, to
  53. produce the file TXL6.0.tar.Z.  For example, if you put the parts
  54. into files with the names part01, part02, ... part06, use the
  55. Unix command 'cat part?? | uudecode'
  56.  
  57. Use the Unix command 'zcat TXL6.0.tar.Z | tar xvf -' 
  58. to detar the TXL distribution and create the distribution directory 
  59. './TXL6.0.export'.
  60.  
  61. Change directory to TXL6.0.export and read the README file 
  62. for further information on installing TXL.
  63.  
  64. J.R. Cordy
  65. 17 February 1992
  66.